From f312dc4e8afb918df5819c239d70c5e89236030a Mon Sep 17 00:00:00 2001 From: "maf46@burn.cl.cam.ac.uk" Date: Mon, 21 Feb 2005 17:27:21 +0000 Subject: [PATCH] bitkeeper revision 1.1231 (421a19f9K3T6OGgQYOACRx6deejNmQ) Added "make TAGS" back into libxc/Makefile again. Signed-off-by: michael.fetterman@cl.cam.ac.uk --- tools/libxc/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tools/libxc/Makefile b/tools/libxc/Makefile index 7ef744aa95..24e78b08ff 100644 --- a/tools/libxc/Makefile +++ b/tools/libxc/Makefile @@ -84,6 +84,11 @@ install: all ln -sf libxc.so.$(MAJOR) $(DESTDIR)/usr/lib/libxc.so $(INSTALL_DATA) xc.h $(DESTDIR)/usr/include +.PHONY: TAGS clean rpm install all + +TAGS: + etags -t $(SRCS) *.h + clean: rm -rf *.a *.so* *.o *.opic *.rpm $(LIB) *~ $(DEPS) xen -- 2.30.2